        .pWindow {
            width: 377px;
            height: 120px;
        }

        .pWindow::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 120px;
        }

        .cancel {
            width: 377px;
            height: 120px;
            position: absolute;
            right: 0;
            top: 0;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .content {
            position: absolute;
            width: 100%;
            height: calc(100% - 35px);
        }